Creates a StackPanel containing the specified plots and axis renderers.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public StackPanel CreateColumnLayout ( |
Visual Basic
Copy Code
|
|---|
Public Function CreateColumnLayout( _ |
An array of XAxisRenderer components that should be placed at top side of the plot.
An array of Plot2D instances.
An array of XAxisRenderer components that should be placed at bottom side of the plot.
A StackPanel instance.
See Also